From 0c8bf311f8f957382af23179026a6e10c49ca7b6 Mon Sep 17 00:00:00 2001 From: "arun.sharma@intel.com[kaf24]" Date: Thu, 2 Jun 2005 08:12:32 +0000 Subject: [PATCH] bitkeeper revision 1.1634 (429ebf70RJ7AddbljcMww4yY9oNOew) [PATCH] vmx-xentrace.patch Fix the trace macro to have the correct domid and number of args. Signed-off-by: Arun Sharma --- xen/arch/x86/vmx_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/vmx_io.c b/xen/arch/x86/vmx_io.c index 5010468567..294c017b2a 100644 --- a/xen/arch/x86/vmx_io.c +++ b/xen/arch/x86/vmx_io.c @@ -455,7 +455,7 @@ void vmx_intr_assist(struct exec_domain *d) __vmwrite(GUEST_INTERRUPTIBILITY_INFO, 0); - TRACE_2D(TRC_VMX_INT, d, highest_vector); + TRACE_3D(TRC_VMX_INT, d->domain->domain_id, highest_vector, 0); if (highest_vector == vpit->vector) vpit->inject_point = NOW(); -- 2.30.2